home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libdvdcss2 / README < prev   
Text File  |  2008-07-13  |  2KB  |  72 lines

  1. README for libdvdcss, a portable abstraction library for DVD decryption
  2. $Id$
  3.  
  4.  
  5. Introduction
  6. ============
  7.  
  8. libdvdcss is part of the VideoLAN project, a full MPEG2 client/server
  9. solution. The VideoLAN Client can also be used as a standalone program
  10. to play MPEG2 streams from a hard disk or a DVD.
  11.  
  12.  
  13. Building and Installing libdvdcss
  14. =================================
  15.  
  16. See the INSTALL or INSTALL.libdvdcss file for this.
  17.  
  18. Running lidvdcss
  19. ================
  20.  
  21. The behaviourof the library can be affected by changing two environment
  22. variables:
  23.   DVDCSS_METHOD={title|disc|key}: method for key decryption
  24.     title: decrypted title key is guessed from the encrypted sectors of
  25.            the stream. Thus it should work with a file as well as the
  26.            DVD device. But it sometimes takes much time to decrypt a title
  27.            key and may even fail. With this method, the key is only checked
  28.            at the beginning of each title, so it won't work if the key
  29.            changes in the middle of a title.
  30.     disc: the disc key is first cracked ; then all title keys can be
  31.            decrypted instantly, which allows us to check them often,
  32.     key: the same as "disc" if you don't have a file with player keys at
  33.            compilation time. If you do, the decryption of the disc key
  34.            will be faster with this method. It is the one that was used by
  35.            libcss.
  36.            This is the default method,
  37.   DVDCSS_VERBOSE={0|1|2}: libdvdcss verbosity
  38.     0: no error messages, no debug messages (this is the default)
  39.     1: only error messages
  40.     2: error and debug messages
  41.  
  42.  
  43. Troubleshooting
  44. ===============
  45.  
  46. A mailing-list has been set up for support and discussion about
  47. libdvdcss. Its address is :
  48.  
  49.    <libdvdcss@videolan.org>
  50.  
  51. To subscribe, send a mail to <listar@videolan.org> with the following
  52. words in the mail body :
  53.  
  54.    subscribe libdvdcss
  55.  
  56. To unsubscribe, do the same with the words :
  57.  
  58.    unsubscribe libdvdcss
  59.  
  60.  
  61. When reporting bugs, try to be as precise as possible (which OS, which
  62. distribution, what plugins you were trying, and so on).
  63.  
  64.  
  65. Resources
  66. =========
  67.  
  68. The VideoLAN web site at http://www.videolan.org/ is a good start for
  69. information about MPEG and DVD playing. Have a look at the documentation
  70. section, as well as the bookmarks.
  71.  
  72.